home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / visds / infotest.dsc < prev    next >
Text File  |  1999-05-02  |  557b  |  13 lines

  1. rem Test @SYSINFO function
  2. title System Information
  3. %D = VDS version@tab()= @SYSINFO(DSVER)
  4. %W = Windows version@tab()= @SYSINFO(WINVER)
  5. %X = Temp directory@tab()= @ENV(TEMP)
  6. %Y = Windows directory@tab()= @WINDIR()
  7. %Z = System directory@tab()= @windir(s)
  8. %V = DOS path @tab()= @ENV(PATH)
  9. %M = Free memory@tab()= @SYSINFO(FREEMEM)Kb
  10. %S = Screen width@tab()= @SYSINFO(SCREENWIDTH)
  11. %H = Screen height@tab()= @SYSINFO(SCREENHEIGHT)
  12. %P = Pixels per inch@tab()= @SYSINFO(PIXPERIN)
  13. info %D@CR()%W@CR()%X@CR()%Y@CR()%Z@CR()%V@CR()%M@CR()%S@CR()%H@CR()%P